net/http.http2serverConn.maxPushPromiseID (field)
5 uses
net/http (current package)
h2_bundle.go#L4398: maxPushPromiseID uint32 // ID of the last push promise (even), or 0 if there have been no pushes
h2_bundle.go#L4501: if streamID <= sc.maxPushPromiseID {
h2_bundle.go#L6990: if sc.maxPushPromiseID+2 >= 1<<31 {
h2_bundle.go#L6994: sc.maxPushPromiseID += 2
h2_bundle.go#L6995: promisedID := sc.maxPushPromiseID
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |